-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
Add test for combine between two series #62674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add test for combine between two series #62674
Conversation
| def test_combine_series(self): | ||
| # GH#31899 | ||
| # Note - combine() with another Series is also tested elsewhere because | ||
| # it is used when testing operators |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this comment moved?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I understood this comment to be about testing combine with another Series. I didn't find other tests for this functionality, but assuming the comment holds true, I thought it might be more appropriate to move the comment to the new test that I've added since it deals with combine with another Series. If you want I can move it back or remove altogether.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets just get rid of it, doesnt seem to be adding any value
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
other than that, LGTM. ping on green
|
Thanks @Tsmith-77 |
Int8converts them toInt64#31899doc/source/whatsnew/vX.X.X.rstfile if fixing a bug or adding a new feature. N/A